home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFILETWEAKSPREFSFRAME / TFILETWEAKSPREFSFRAME.txt
Text File  |  2008-11-03  |  2KB  |  93 lines

  1. inherited FileTweaksPrefsFrame: TFileTweaksPrefsFrame
  2.   Caption = 'File Views'
  3.   inherited DefaultBtn: TUiButton
  4.     TabOrder = 1
  5.   end
  6.   object GeneralGroupBox: TUiGroupBox
  7.     Left = 8
  8.     Top = 8
  9.     Width = 409
  10.     Height = 201
  11.     Caption = 'General'
  12.     TabOrder = 0
  13.     object ComparisonPriorityLbl: TUiLabel
  14.       Left = 8
  15.       Top = 20
  16.       Height = 13
  17.       Caption = 'Comparison priority:'
  18.       FocusControl = ComparisonPriorityEdit
  19.     end
  20.     object BinaryCompareBufSizeLbl: TUiLabel
  21.       Left = 8
  22.       Top = 68
  23.       Height = 13
  24.       Caption = 'Buffer size for binary compare:'
  25.       FocusControl = BinaryCompareBufSizeEdit
  26.     end
  27.     object BinaryCompareBufSizeBytesLbl: TUiLabel
  28.       Left = 96
  29.       Top = 88
  30.       Height = 13
  31.       Caption = 'bytes'
  32.       FocusControl = BinaryCompareBufSizeEdit
  33.     end
  34.     object ComparisonPriorityEdit: TUiComboBox
  35.       Left = 8
  36.       Top = 36
  37.       Width = 145
  38.       Height = 21
  39.       Style = csDropDownList
  40.       ItemHeight = 13
  41.       ItemIndex = 1
  42.       TabOrder = 0
  43.       OnChange = SomethingChangedClick
  44.       Items.WideStrings = (
  45.         'Low'
  46.         'Normal'
  47.         'High')
  48.     end
  49.     object BinaryCompareBufSizeEdit: TUiSpinEdit
  50.       Left = 8
  51.       Top = 84
  52.       Width = 81
  53.       Height = 21
  54.       Min = 1
  55.       Position = 1
  56.       TabOrder = 1
  57.       OnChange = SomethingChangedClick
  58.     end
  59.     object SingleVertScrollBarEdit: TUiCheckBox
  60.       Left = 8
  61.       Top = 116
  62.       Height = 17
  63.       Caption = 'Single vertical scrollbar'
  64.       TabOrder = 2
  65.       OnClick = SomethingChangedClick
  66.     end
  67.     object RightVertScrollBarEdit: TUiCheckBox
  68.       Left = 24
  69.       Top = 136
  70.       Height = 17
  71.       Caption = 'In right editor'
  72.       TabOrder = 3
  73.       OnClick = SomethingChangedClick
  74.     end
  75.     object UseLeftPctEdit: TUiCheckBox
  76.       Left = 8
  77.       Top = 156
  78.       Height = 17
  79.       Caption = 'Sticky splitter position'
  80.       TabOrder = 4
  81.       OnClick = SomethingChangedClick
  82.     end
  83.     object ReplaceAutoCloseEdit: TUiCheckBox
  84.       Left = 8
  85.       Top = 176
  86.       Height = 17
  87.       Caption = 'Close Replace dialog automatically'
  88.       TabOrder = 5
  89.       OnClick = SomethingChangedClick
  90.     end
  91.   end
  92. end
  93.